home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / c_language / loadf / common / exportf.h next >
C/C++ Source or Header  |  1996-07-04  |  536b  |  25 lines

  1. /*
  2.  *--- ExportF.h ---------------------------------------------------------
  3.  * Copyright (c) 1992-96 Adobe Systems, Inc.  All rights reserved.
  4.  *
  5.  * PageMaker plug-in.
  6.  *-----------------------------------------------------------------------
  7.  */
  8.  
  9. #ifndef FUNCTEXP_H
  10. #define FUNCTEXP_H
  11.  
  12. #define PIConvertName "ConvertMeasure"
  13.  
  14. typedef enum {
  15.     kInches         = 0,
  16.     kInchesDecimal    = 1,
  17.     kMillimeters    = 2,
  18.     kPicas            = 3,
  19.     kCiceros        = 4,
  20.     kDontCare        = -2,
  21.     kTwips            = 999,
  22.     kFiller            = 1000
  23. } kUnits;
  24.  
  25. #endif //FUNCTEXP_H